home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / xlib / yakems11 / emsfree.cpp < prev    next >
Encoding:
C/C++ Source or Header  |  1993-10-02  |  210 b   |  9 lines

  1. #include "yakems.h"
  2. #include <stdlib.h>
  3.  
  4. void main(int argCount, char ** argVector)
  5. {
  6.     if (wEms_verify())
  7.         for (int counter = 1; counter < argCount; ++counter)
  8.             wEms_free(atoi(argVector[counter]));
  9. }